chiark / gitweb /
udev_db: escape path names with \x00 instead of %00
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 6ef95133d57e7f33f8f1845ca2c19388d0a23d2b..bb018ba1958215d72b5c0c007f631a5965a2eb3a 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -31,7 +31,7 @@
 #define COMMENT_CHARACTER                      '#'
 #define LINE_SIZE                              512
 #define PATH_SIZE                              512
-#define NAME_SIZE                              128
+#define NAME_SIZE                              256
 #define VALUE_SIZE                             128
 
 #define DEFAULT_PARTITIONS_COUNT               15