View | Details | Raw Unified | Return to bug 198009
Collapse All | Expand All

(-)textproc/wordnet/files/patch-lib__wnutil.c (-1 / +1 lines)
Lines 83-89 Link Here
83
+	if (*ptype == '\0' &&
83
+	if (*ptype == '\0' &&
84
+	    (*pstr == '\n' || *pstr == ' ' || *pstr == '\0')) {
84
+	    (*pstr == '\n' || *pstr == ' ' || *pstr == '\0')) {
85
+	    if (end)
85
+	    if (end)
86
+		*(const void **)end = pstr;
86
+		*end = __DECONST(char *, pstr);
87
 	    return(i);
87
 	    return(i);
88
+	}
88
+	}
89
     }
89
     }

Return to bug 198009