Revision: 14259 Author: adrian.chadd Date: Sat Aug 1 23:20:03 2009 Log: More typecasting!
http://code.google.com/p/lusca-cache/source/detail?r=14259 Modified: /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c ======================================= --- /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Sat Aug 1 23:18:26 2009 +++ /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Sat Aug 1 23:20:03 2009 @@ -96,7 +96,7 @@ buf = malloc(stripesize); if (! buf) { - debug(85, 1) ("%s: couldn't allocated %d bytes for rebuild buffer: (%d) %s\n", file, stripesize, errno, xstrerror()); + debug(85, 1) ("%s: couldn't allocated %ld bytes for rebuild buffer: (%d) %s\n", file, (long int) stripesize, errno, xstrerror()); return 0; } --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
