PERFORCE change 159135 for review
Gabor Kovesdan
gabor at FreeBSD.org
Thu Mar 12 13:42:41 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=159135
Change 159135 by gabor at gabor_server on 2009/03/12 20:41:48
- use Big Endian safe fix
Submitted by: Václav Haisman <v.haisman at sh.cvut.cz>
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/grep/file.c#42 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/grep/file.c#42 (text+ko) ====
@@ -74,7 +74,7 @@
int
grep_fgetc(struct file *f)
{
- int c;
+ unsigned char c;
switch (filebehave) {
case FILE_STDIO:
More information about the p4-projects
mailing list