diff src/oct-stream.cc @ 5326:4f5faf0fd322

[project @ 2005-04-29 21:30:16 by jwe]
author jwe
date Fri, 29 Apr 2005 21:30:40 +0000
parents 4c8a2e4e0717
children c4b55d47122e
line wrap: on
line diff
--- a/src/oct-stream.cc
+++ b/src/oct-stream.cc
@@ -1411,7 +1411,7 @@
  \
       while (i < n && is && (c = is.get ()) != EOF) \
 	{ \
-	  if (c == fmt[i]) \
+	  if (c == static_cast<unsigned char> (fmt[i])) \
 	    { \
 	      i++; \
 	      continue; \