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

List:       kde-commits
Subject:    kdegraphics/kfile-plugins/ps
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-09-06 6:33:24
Message-ID: 20040906063324.85C381773 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

fix compilation


  M +1 -1      gscreator.cpp   1.23


--- kdegraphics/kfile-plugins/ps/gscreator.cpp  #1.22:1.23
@@ -575,5 +575,5 @@ bool GSCreator::getEPSIPreview(const QSt
   if (bits_per_scan_line % 8) bytes_per_scan_line++;
   const unsigned int bindatabytes = height * bytes_per_scan_line;
-  unsigned char bindata[bindatabytes];
+  QMemArray<unsigned char> bindata(bindatabytes);
 
   for (unsigned int i = 0; i < bindatabytes; i++) {


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

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