]> git.sesse.net Git - vlc/commit
Fixed warning for uninitialized variable
authorIan Chamberlain <ian.h.chamberlain@gmail.com>
Sun, 1 Mar 2015 07:02:22 +0000 (07:02 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 8 Mar 2015 22:53:32 +0000 (23:53 +0100)
commit14f739a56a0515da2905eb7f591fe9ad55f4a040
tree65e831daeb273f4de34e662adb1260463e889c1b
parentb2d01eea6d5d22353bfa5c147801201cca0750eb
Fixed warning for uninitialized variable

This was an uninitialized variable, as far as I could tell there was no reason not to initialize it to NULL in these two cases.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/text/strings.c