Fix CID 1211164

This commit is contained in:
jvoisin 2014-05-05 17:17:24 +02:00
parent cd69b71f02
commit 9e7a153ac6

View File

@ -534,7 +534,7 @@ R_API int r_fs_prompt (RFS *fs, const char *root) {
char *input;
RList *list;
RListIter *iter;
RFSFile *file;
RFSFile *file = NULL;
if (root && *root) {
strncpy (buf, root, sizeof (buf)-1);