aboutsummaryrefslogtreecommitdiff
path: root/misc/pinfo/files/patch-src__utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pinfo/files/patch-src__utils.c')
-rw-r--r--misc/pinfo/files/patch-src__utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pinfo/files/patch-src__utils.c b/misc/pinfo/files/patch-src__utils.c
index 1d274afd9806..551475e7a2a6 100644
--- a/misc/pinfo/files/patch-src__utils.c
+++ b/misc/pinfo/files/patch-src__utils.c
@@ -35,7 +35,7 @@
str_start += strlen("Node: ");
/* and search for the next comma, tab, or newline */
- char *c = str_start;
-+ *c = str_start;
++ c = str_start;
while ( (*c!=',') && (*c!='\t') && (*c!='\n') && (*c!='\0') ) c++;
*c = '\0';