diff src/pt-pr-code.cc @ 5760:8d7162924bd3

[project @ 2006-04-14 04:01:37 by jwe]
author jwe
date Fri, 14 Apr 2006 04:01:40 +0000
parents 4c8a2e4e0717
children 415ae81d331b
line wrap: on
line diff
--- a/src/pt-pr-code.cc
+++ b/src/pt-pr-code.cc
@@ -1188,7 +1188,7 @@
 		os << " ";
 	    }
 
-	  os << (char) c;
+	  os << static_cast<char> (c);
 
 	  prev_char_was_newline = false;
 	}