hal/hald util.h,1.17,1.18
Kay Sievers
kay at kemper.freedesktop.org
Mon Jul 10 17:48:22 PDT 2006
Update of /cvs/hal/hal/hald
In directory kemper:/tmp/cvs-serv12982/hald
Modified Files:
util.h
Log Message:
2006-07-11 Kay Sievers <kay.sievers at vrfy.org>
* hald/util.h:
Increase HAL_PATH_MAX from 256 to 512.
Index: util.h
===================================================================
RCS file: /cvs/hal/hal/hald/util.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- util.h 23 Jan 2006 12:15:50 -0000 1.17
+++ util.h 11 Jul 2006 00:48:20 -0000 1.18
@@ -30,7 +30,7 @@
#include "device_store.h"
#define HAL_NAME_MAX 256
-#define HAL_PATH_MAX 256
+#define HAL_PATH_MAX 512
#define HAL_HELPER_TIMEOUT 10000
int util_compute_time_remaining (const char *id, int chargeRate, int chargeLevel, int chargeLastFull,
More information about the hal-commit
mailing list