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

List:       kde-commits
Subject:    kdemultimedia/kfile-plugins/au
From:       Dirk Mueller <mueller () kde ! org>
Date:       2003-12-18 0:50:37
[Download RAW message or body]

CVS commit by mueller: 

cleanup


  M +3 -7      kfile_au.cpp   1.6


--- kdemultimedia/kfile-plugins/au/kfile_au.cpp  #1.5:1.6
@@ -72,9 +72,5 @@ bool KAuPlugin::readInfo( KFileMetaInfo&
 {
     // the file signature, wants to be tidier...
-    char fsig[4];
-    fsig[0] = 0x2e;
-    fsig[1] = 0x73;
-    fsig[2] = 0x6e;
-    fsig[3] = 0x64;
+    const char fsig[] = { 0x2e, 0x73, 0x6e, 0x64 };
 
     // a dword buffer for input


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

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