Clean up headers a bit, and begin to add the improved image creation
This commit is contained in:
@ -28,6 +28,9 @@ ecdb_aquire_drive_info(void)
|
||||
|
||||
drive = calloc(1, sizeof(Ecdb_Drive_Info));
|
||||
|
||||
if (!drive)
|
||||
return FALSE;
|
||||
|
||||
/* It would be nice if there was an easier way to do this */
|
||||
drive->product = strdup(drives_current[i].product);
|
||||
drive->vendor = strdup(drives_current[i].vendor);
|
||||
|
Reference in New Issue
Block a user