Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169402 Details for
Bug 243200
media-libs/libopenraw-0.0.5 patch to #include <strings.h>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds #include<strings.h> to ljpegdecompressor.cpp
libopenraw-0.0.5-ljpegdcompressor.patch (text/plain), 459 bytes, created by
Daniel Vergien
on 2008-10-22 11:57:59 UTC
(
hide
)
Description:
adds #include<strings.h> to ljpegdecompressor.cpp
Filename:
MIME Type:
Creator:
Daniel Vergien
Created:
2008-10-22 11:57:59 UTC
Size:
459 bytes
patch
obsolete
>diff -ru libopenraw-0.0.5.orig/lib/ljpegdecompressor.cpp libopenraw-0.0.5/lib/ljpegdecompressor.cpp >--- libopenraw-0.0.5.orig/lib/ljpegdecompressor.cpp 2008-10-22 12:55:51.531884824 +0200 >+++ libopenraw-0.0.5/lib/ljpegdecompressor.cpp 2008-10-22 12:56:12.307787951 +0200 >@@ -55,6 +55,7 @@ > #include <boost/scoped_array.hpp> > #include <boost/format.hpp> > >+#include <strings.h> > #include <libopenraw++/rawdata.h> > #include "io/memstream.h" > #include "debug.h"
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 243200
:
169400
|
169402
|
170006