Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164079 Details for
Bug 230509
media-video/ogmrip-0.12.0 turns warnings into errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ogmrip-0.12-subp2pgm.patch
ogmrip-0.12-subp2pgm.patch (text/plain), 596 bytes, created by
Olivier Rolland
on 2008-08-29 19:15:28 UTC
(
hide
)
Description:
ogmrip-0.12-subp2pgm.patch
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2008-08-29 19:15:28 UTC
Size:
596 bytes
patch
obsolete
>Index: subrip/subp2pgm.c >=================================================================== >--- subrip/subp2pgm.c (révision 1359) >+++ subrip/subp2pgm.c (copie de travail) >@@ -401,14 +401,17 @@ > { > for (n = 0; n < 16; n++) > { >- fscanf (file, "%d", &c); >+ if (fscanf (file, "%d", &c) != 1) >+ { >+ fprintf (stderr, "unable to get palette information from file '%s'\n", palet_file); >+ break; >+ } > > /* YUV */ > palette[n] = c; > > if (debug > 3) > fprintf (stderr, "pal: %d #%d\n", n, palette[n]); >- > } > fclose (file); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230509
:
159311
|
159313
|
159731
|
159762
|
159841
|
159842
|
160278
|
160280
|
160288
|
160372
|
160374
| 164079 |
164080