X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=geekos%2Fsrc%2Fcommon%2Fstring.c;fp=geekos%2Fsrc%2Fcommon%2Fstring.c;h=8f9ce1239971171f6b6740f1a771c771eb2e0404;hp=41f4b8aa3526faead74abd66b049a06a82598d17;hb=3bff2f7908ccd85b6a103a195ca48385139c07e6;hpb=d2720fdaa2bb5588049e1fec7eb66960ca928b2d diff --git a/geekos/src/common/string.c b/geekos/src/common/string.c index 41f4b8a..8f9ce12 100644 --- a/geekos/src/common/string.c +++ b/geekos/src/common/string.c @@ -65,6 +65,7 @@ int memcmp(const void *s1_, const void *s2_, size_t n) return cmp; ++s1; ++s2; + --n; } return 0;