Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8a530241
Commit
8a530241
authored
Oct 07, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* removed an unnecessary = NULL write.
parent
6256bbe2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/input/subtitles.c
src/input/subtitles.c
+0
-1
No files found.
src/input/subtitles.c
View file @
8a530241
...
@@ -424,7 +424,6 @@ char **subtitles_Detect( input_thread_t *p_this, char *psz_path,
...
@@ -424,7 +424,6 @@ char **subtitles_Detect( input_thread_t *p_this, char *psz_path,
i_result2
++
;
i_result2
++
;
}
}
}
}
result2
[
i_result2
+
1
]
=
NULL
;
free
(
result
);
free
(
result
);
return
result2
;
return
result2
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment