Fixed another 0 (actually '\0') vs / NULL mixup. This completes

unbreaking LINT on i386's.
This commit is contained in:
bde 2003-12-25 11:17:01 +00:00
parent 8ce2b349ef
commit 6615c62ef6

View File

@ -2789,7 +2789,7 @@ rf_create_configuration(ac,config,raidPtr)
}
for(i=0;i<RF_MAXDBGV;i++) {
config->debugVars[i][0] = NULL;
config->debugVars[i][0] = '\0';
}
}