changeset: 2137:27c0bf99dd16
user: Kris Maglione <jg_AT_suckless.org>
date: Thu May 24 16:49:45 2007 -0400
summary: Fixed uint that should have been an int.
diff -r 2b52f3aa9d06 -r 27c0bf99dd16 cmd/wmiir.c
--- a/cmd/wmiir.c Thu May 24 16:03:15 2007 -0400
+++ b/cmd/wmiir.c Thu May 24 16:49:45 2007 -0400
@@ -24,7 +24,7 @@ static void
static void
write_data(IxpCFid *fid, char *name) {
void *buf;
- uint len;
+ int len;
buf = ixp_emalloc(fid->iounit);;
do {
Received on Fri Jun 01 2007 - 03:10:35 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:08 UTC