12 lines
264 B
Diff
12 lines
264 B
Diff
|
--- super1.c
|
||
|
+++ super1.c
|
||
|
@@ -538,7 +538,7 @@
|
||
|
strncpy(info->name, c+1, 31 - (c-sb->set_name));
|
||
|
else
|
||
|
strncpy(info->name, sb->set_name, 32);
|
||
|
- info->name[33] = 0;
|
||
|
+ info->name[32] = 0;
|
||
|
}
|
||
|
if (strcmp(update, "name") == 0) {
|
||
|
if (info->name[0] == 0)
|