Revision: 14546 Author: adrian.chadd Date: Mon Apr 5 20:56:12 2010 Log: Issue #94 - fix badly renamed item
http://code.google.com/p/lusca-cache/source/detail?r=14546 Modified: /branches/LUSCA_HEAD/libiapp/disk.c ======================================= --- /branches/LUSCA_HEAD/libiapp/disk.c Wed Mar 24 20:34:17 2010 +++ /branches/LUSCA_HEAD/libiapp/disk.c Mon Apr 5 20:56:12 2010 @@ -92,7 +92,7 @@ static int diskWriteIsComplete(int fd) { - return fde_disk[fd].disk.write_q ? 0 : 1; + return fde_disk[fd].write_q ? 0 : 1; } #endif -- 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.
