Skip to content

Commit 839b866

Browse files
committed
Fix new compiler warning in old code.
1 parent 42ee410 commit 839b866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DBI.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4157,7 +4157,7 @@ preparse(SV *dbh, const char *statement, IV ps_return, IV ps_accept, void *foo)
41574157
char rt_comment = '\0';
41584158
char *dest, *start;
41594159
const char *src;
4160-
const char *style = "", *laststyle = '\0';
4160+
const char *style = "", *laststyle = NULL;
41614161
SV *new_stmt_sv;
41624162

41634163
(void)foo;

0 commit comments

Comments
 (0)