Index: /soft/giet_vm/applications/transpose/transpose.c
===================================================================
--- /soft/giet_vm/applications/transpose/transpose.c	(revision 777)
+++ /soft/giet_vm/applications/transpose/transpose.c	(revision 778)
@@ -286,5 +286,5 @@
 
     // open instrumentation file
-    unsigned int fd = giet_fat_open( string , O_CREATE );
+    unsigned int fd = giet_fat_open( string , O_CREAT );
     if ( fd < 0 ) 
     { 
@@ -470,5 +470,5 @@
     }
 
-    fd_out = giet_fat_open( output_file_name , O_CREATE );   // create if required
+    fd_out = giet_fat_open( output_file_name , O_CREAT );   // create if required
     if ( fd_out < 0 ) 
     { 
