Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70076
Collapse All | Expand All

(-)2015_all_mpg123-id3v2edit.orig.patch (-1 / +1 lines)
Lines 1372-1377 Link Here
1372
+    struct id3_tag *current_id3; 
1372
+    struct id3_tag *current_id3; 
1373
+    int fd;
1373
+    int fd;
1374
+    int current_totalsize;
1374
+    int current_totalsize;
1375
+    struct stat stat_buf;
1375
+    
1376
+    
1376
+    fd = open(filename, O_RDWR);
1377
+    fd = open(filename, O_RDWR);
1377
+    if (fd == -1)
1378
+    if (fd == -1)
Lines 1398-1404 Link Here
1398
+    /*
1399
+    /*
1399
+     * Rewrite the file.
1400
+     * Rewrite the file.
1400
+     */
1401
+     */
1401
+    struct stat stat_buf;
1402
+
1402
+
1403
+    stat(filename, &stat_buf); 
1403
+    stat(filename, &stat_buf); 
1404
+
1404
+

Return to bug 70076