mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-11 00:47:58 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
21
shared-modules/vorbisgain/0005-double_fclose.patch
Normal file
21
shared-modules/vorbisgain/0005-double_fclose.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Description: Don't call fclose() twice.
|
||||
Author: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
|
||||
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632947
|
||||
---
|
||||
vorbis.c | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
--- a/vorbis.c
|
||||
+++ b/vorbis.c
|
||||
@@ -813,11 +813,6 @@
|
||||
fclose(infile);
|
||||
}
|
||||
|
||||
- if (infile != NULL)
|
||||
- {
|
||||
- fclose(infile);
|
||||
- }
|
||||
-
|
||||
if (delete_temp)
|
||||
{
|
||||
if (remove(temp_name) != 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue