[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/plugins/formats/jpeg
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-08-31 19:41:42
Message-ID: 20100831194142.969B4AC894 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170406 by rempt:

Fix krazy issue: Check for TRUE and FALSE macros [captruefalse].

 M  +1 -1      kis_jpeg_destination.cpp  
 M  +1 -1      kis_jpeg_source.cpp  


--- trunk/koffice/krita/plugins/formats/jpeg/kis_jpeg_destination.cpp #1170405:1170406
@@ -68,7 +68,7 @@
     dest->next_output_byte = dest->buffer;
     dest->free_in_buffer = OUTPUT_BUFFER_SIZE;
     
-    return TRUE;
+    return true;
 }
 
 void term_destination(j_compress_ptr cinfo)
--- trunk/koffice/krita/plugins/formats/jpeg/kis_jpeg_source.cpp #1170405:1170406
@@ -70,7 +70,7 @@
     src->bytes_in_buffer = numBytesRead;
     src->anyDataReceived = true;
 
-    return TRUE;
+    return true;
 }
 
 void skip_input_data(j_decompress_ptr cinfo, long numBytes)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic