Zeroing donar params
This commit is contained in:
parent
cf459a4b15
commit
dd16d6db03
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ int main(int argc, char** argv) {
|
||||||
setvbuf(stdout, NULL, _IONBF, 0);
|
setvbuf(stdout, NULL, _IONBF, 0);
|
||||||
printf("~ Donar ~\n");
|
printf("~ Donar ~\n");
|
||||||
|
|
||||||
struct donar_params dp;
|
struct donar_params dp = {0};
|
||||||
donar_init_params (&dp);
|
donar_init_params (&dp);
|
||||||
|
|
||||||
while ((dp.opt = getopt(argc, argv, "vcse:r:o:a:bh")) != -1) {
|
while ((dp.opt = getopt(argc, argv, "vcse:r:o:a:bh")) != -1) {
|
||||||
|
|
Loading…
Reference in a new issue