]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 18 Oct 2014 00:26:13 +0000 (00:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 18 Oct 2014 00:26:13 +0000 (00:26 +0000)
MagickCore/opencl.c

index 92b90e7c46564623818bcb568aa30fb783af6142..ed3cc462a098085aa37ef89492eb07c807371cd0 100644 (file)
@@ -2259,7 +2259,7 @@ ds_status AccelerateScoreRelease(void* score) {
 
 ds_status canWriteProfileToFile(const char *path)
 {
-  FILE* profileFile = fopen(path, "wb");
+  FILE* profileFile = fopen(path, "ab");
  
   if (profileFile==NULL)
     return DS_FILE_ERROR;