Skip to content

Commit a9b53c6

Browse files
committed
fixup
1 parent dafc1b3 commit a9b53c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trurl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ static void get(struct option *o, CURLU *uh)
871871
const char *end;
872872
const char *cl;
873873
size_t vlen;
874-
size_t badlen;
874+
size_t badlen = 0;
875875
bool isquery = false;
876876
bool queryall = false;
877877
bool strict = false; /* strict mode, fail on URL decode problems */

0 commit comments

Comments
 (0)