From: David P. <pa...@rc...> - 2002-04-28 07:03:48
|
Joe Piolunek wrote: > Attached is the patch for xojpanel. It automatically connects to the default > device, if one exists. Hi, Joe. Thanks for providing that. I have checked it into CVS with three small changes: - Added period at the end of "Try using \'-help\'". - Commented out "Using %s as deviceName." printf. - At line 217, added "if (dev)" before "ptalDeviceGetName(dev)" call, to prevent a segfault if a default device couldn't be found. David |