me, 2.0: jose nazario
beauty and the street
--- PC/_msi.c.orig Sat Oct 7 15:24:09 2006 +++ PC/_msi.c Sat Oct 7 15:24:29 2006 @@ -495,7 +495,7 @@
status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival, &fval, sval, &ssize); - if (status = ERROR_MORE_DATA) { + if (status == ERROR_MORE_DATA) { sval = malloc(ssize); status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival, &fval, sval, &ssize);
next Saturday, Oct 07, 2006 @ 03:38pm | previous Saturday, Oct 07, 2006 @ 03:22pm | archives
| Last modified: Saturday, Oct 07, 2006 @ 03:26pm |
copyright © 2002-2005 jose nazario, all rights reserved.