Fixed another 0 (actually '\0') vs / NULL mixup. This completes
unbreaking LINT on i386's.
This commit is contained in:
parent
8ce2b349ef
commit
6615c62ef6
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user