Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277583 | Differences between
and this patch

Collapse All | Expand All

(-)bincimap-1.2.13final.orig/src/convert.h (-1 / +1 lines)
Lines 111-117 Link Here
111
      unsigned char c = *i;
111
      unsigned char c = *i;
112
      unsigned char d = *(i + 1);
112
      unsigned char d = *(i + 1);
113
      
113
      
114
      char *t;
114
      const char *t;
115
      if ((t = strchr(hexchars, c)) == 0)
115
      if ((t = strchr(hexchars, c)) == 0)
116
	return "out of range";
116
	return "out of range";
117
      n = (t - hexchars) << 4;
117
      n = (t - hexchars) << 4;

Return to bug 277583