Revision: 14617 Author: adrian.chadd Date: Sun Apr 18 00:10:24 2010 Log: Issue #109 - typo
http://code.google.com/p/lusca-cache/source/detail?r=14617 Modified: /branches/LUSCA_HEAD/lib/util.c ======================================= --- /branches/LUSCA_HEAD/lib/util.c Sun Apr 18 00:01:22 2010 +++ /branches/LUSCA_HEAD/lib/util.c Sun Apr 18 00:10:24 2010 @@ -775,7 +775,7 @@ size_t i; /* take a copy of the string, NUL terminate it just in case */ - memcpy(buf, nptr, XMIN(nlen, sizeof(buf) - 1)); + memcpy(buf, nptr, MIN(nlen, sizeof(buf) - 1)); buf[sizeof(buf) - 1] = '\0'; /* Now do the parsing */ -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
