Changeset 17593
- Timestamp:
- 09/18/08 21:26:31 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-9/midgard/core/midgard/src/types.c
r17590 r17593 2808 2808 2809 2809 if(G_IS_OBJECT(G_OBJECT(person))) { 2810 person_guid = (gchar *)MGD_OBJECT_GUID( object);2810 person_guid = (gchar *)MGD_OBJECT_GUID(person); 2811 2811 } else { 2812 2812 g_warning("Expected person object associated with current connection. Probably found garbage!");
