Skip to content
Snippets Groups Projects
Commit 8d44f317 authored by bwzhou's avatar bwzhou
Browse files

Branch b1_6

b=13285

initialize save_errno
parent 0adaf1c6
No related branches found
No related tags found
No related merge requests found
......@@ -58,14 +58,14 @@ void Usage_and_abort(void)
int main(int argc, char** argv)
{
int fd;
int flags=0;
mode_t mode=0644;
char* fname=NULL;
int mode_set=0;
int flag_set=0;
int flags = 0;
mode_t mode = 0644;
char* fname = NULL;
int mode_set = 0;
int flag_set = 0;
int c;
int save_errno;
int print_usage=0;
int save_errno = 0;
int print_usage = 0;
char* cloned_flags = NULL;
if (argc == 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment