On 04/30/15 09:55, Paolo Bonzini wrote:
> 
> 
> On 30/04/2015 15:32, Don Slutz wrote:
>> +#ifdef VMPORT_SHORT
>> +    info->value->key = g_strdup(ckey);
>> +#else
>> +    info->value->key = g_strdup_printf("guestinfo.%s", ckey);
>> +#endif
> 
> What is VMPORT_SHORT for?
> 

Simpler code.  Looks like a left over before I found g_strdup_printf()
and it worked.  Will plan to remove.
   -Don Slutz

> Paolo
> 

Reply via email to