mirror of
https://github.com/sheumann/hush.git
synced 2025-01-02 09:31:26 +00:00
for some baffling reason tinycc insists that i change this 0 to NULL
This commit is contained in:
parent
5d3cb7cc1f
commit
0df910af49
@ -531,7 +531,7 @@ extern int modprobe_main(int argc, char** argv)
|
|||||||
|
|
||||||
if (remove_opt) {
|
if (remove_opt) {
|
||||||
do {
|
do {
|
||||||
mod_remove ( optind < argc ? xstrdup ( argv [optind] ) : 0 );
|
mod_remove ( optind < argc ? xstrdup ( argv [optind] ) : NULL );
|
||||||
} while ( ++optind < argc );
|
} while ( ++optind < argc );
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user