Mageia Bugzilla – Attachment 10200 Details for
Bug 23091
pdfedit - A complete pdf document editing solution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Format patch
pdfedit-0.4.5-format.patch (text/plain), 518 bytes, created by
Kristoffer Grundström
on 2018-05-28 03:21:39 CEST
(
hide
)
Description:
Format patch
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2018-05-28 03:21:39 CEST
Size:
518 bytes
patch
obsolete
>diff -up pdfedit-0.4.5/src/qsa/configure2/main.cpp\~ pdfedit-0.4.5/src/qsa/configure2/main.cpp >--- pdfedit-0.4.5/src/qsa/configure2/main.cpp~ 2007-05-04 11:55:54.000000000 +0200 >+++ pdfedit-0.4.5/src/qsa/configure2/main.cpp 2014-05-22 18:59:43.523827633 +0200 >@@ -43,7 +43,7 @@ static const char *app = 0; > > static void dumpMessages() > { >- qWarning( messages().join( "\n" ) ); >+ qWarning( "%s", messages().join( "\n" ).ascii() ); > } > > static void dumpMessagesStdout() > >Diff finished. Thu May 22 18:59:46 2014
diff -up pdfedit-0.4.5/src/qsa/configure2/main.cpp\~ pdfedit-0.4.5/src/qsa/configure2/main.cpp --- pdfedit-0.4.5/src/qsa/configure2/main.cpp~ 2007-05-04 11:55:54.000000000 +0200 +++ pdfedit-0.4.5/src/qsa/configure2/main.cpp 2014-05-22 18:59:43.523827633 +0200 @@ -43,7 +43,7 @@ static const char *app = 0; static void dumpMessages() { - qWarning( messages().join( "\n" ) ); + qWarning( "%s", messages().join( "\n" ).ascii() ); } static void dumpMessagesStdout() Diff finished. Thu May 22 18:59:46 2014
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23091
:
10198
|
10199
| 10200 |
10201
|
10202