Commit Graph

3 Commits

Author SHA1 Message Date
Tom Parker
3197f7bf23 Convert debug to using g_vasprintf for long debug
pk_{debug,warning,error} used g_vsnprintf with a fixed 1024 byte
buffer. Admittedly, using pk_debug with things exceeding that
is a bit silly, but still. This patch converts the debug
functions to using g_vasprintf, which means we can throw away
the fixed buffer entirely and get >1024 character messages.
2007-08-31 11:40:16 +02:00
Richard Hughes
dd201eeb54 move some symlinks to the library proper 2007-08-23 22:54:35 +01:00
Richard Hughes
a0fd61d57d move the common client code to a library 2007-08-23 14:50:55 +01:00