Changeset 41490
- Timestamp:
- 12/21/17 20:06:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/multiboot.h
r41419 r41490 18 18 command = ostrcat(command, " ", 1, 0); 19 19 command = ostrcat(command, imagedir, 1, 0); 20 int merksec = status.sec; 21 status.sec = 0; //deaktiviere Spinner 20 22 system(command); 23 status.sec = merksec; 21 24 free(imagedir); imagedir = NULL; 22 25 free(command); command = NULL;
Note: See TracChangeset
for help on using the changeset viewer.