Suppress uninitialized-variable warning.
This commit is contained in:
parent
6c41cf5977
commit
b3cfcdaad2
@ -427,7 +427,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
|
|||||||
char current_path[MAXPGPATH];
|
char current_path[MAXPGPATH];
|
||||||
char fn[MAXPGPATH];
|
char fn[MAXPGPATH];
|
||||||
int current_len_left;
|
int current_len_left;
|
||||||
int current_padding;
|
int current_padding = 0;
|
||||||
char *copybuf = NULL;
|
char *copybuf = NULL;
|
||||||
FILE *file = NULL;
|
FILE *file = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user