PERFORCE change 29664 for review
Peter Wemm
peter at FreeBSD.org
Thu Apr 24 19:23:07 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29664
Change 29664 by peter at peter_daintree on 2003/04/24 19:22:30
*no comment*
Affected files ...
.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#81 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#81 (text+ko) ====
@@ -1718,7 +1718,7 @@
cs1 = (const char *)s1;
cs2 = (const char *)s2;
for (i = 0; i < len; i++) {
- diff = *cs2 - *cs1;
+ diff = cs2[i] - cs1[i];
if (diff)
return diff;
}
More information about the p4-projects
mailing list