Skip to content

Commit

Permalink
update code from 3rdparty
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 29, 2023
1 parent e186f3b commit 2e0d331
Show file tree
Hide file tree
Showing 3 changed files with 2,314 additions and 4,406 deletions.
8 changes: 4 additions & 4 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11984,7 +11984,7 @@ int main(int ac, char **av)
incr = 1;
}
TRY(!aa, "ExpirationDate argument missing\n");
s->expiration_date = aa; // string string string
s->expiration_date = aa; // string string

} else
if ((aret = argcmp(next_a, "State")) == 0 || aret == '=' ) {
Expand Down Expand Up @@ -18217,7 +18217,7 @@ int main(int ac, char **av)
incr = 1;
}
TRY(!aa, "FromDate argument missing\n");
s->from_date = aa; // string string string
s->from_date = aa; // string string

} else
if ((aret = argcmp(next_a, "Overall")) == 0 || aret == '=' ) {
Expand All @@ -18244,7 +18244,7 @@ int main(int ac, char **av)
incr = 1;
}
TRY(!aa, "ToDate argument missing\n");
s->to_date = aa; // string string string
s->to_date = aa; // string string

} else
{
Expand Down Expand Up @@ -29761,7 +29761,7 @@ int main(int ac, char **av)
incr = 1;
}
TRY(!aa, "ExpirationDate argument missing\n");
s->expiration_date = aa; // string string string
s->expiration_date = aa; // string string

} else
if ((aret = argcmp(next_a, "UserName")) == 0 || aret == '=' ) {
Expand Down
Loading

0 comments on commit 2e0d331

Please sign in to comment.