Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_sc1.c embryo_cc_sc5.c 


Log Message:


dont use t! its not standard!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc1.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- embryo_cc_sc1.c     20 Apr 2004 03:50:11 -0000      1.8
+++ embryo_cc_sc1.c     27 Apr 2004 08:05:11 -0000      1.9
@@ -19,7 +19,7 @@
  *  must not be misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source
  *  distribution.  
- *  Version: $Id: embryo_cc_sc1.c,v 1.8 2004/04/20 03:50:11 raster Exp $
+ *  Version: $Id: embryo_cc_sc1.c,v 1.9 2004/04/27 08:05:11 raster Exp $
  */
 #include <assert.h>
 #include <ctype.h>
@@ -173,7 +173,7 @@
 void               *
 sc_opensrc(char *filename)
 {
-   return fopen(filename, "rt");
+   return fopen(filename, "rb");
 }
 
 void
@@ -215,7 +215,7 @@
 void               *
 sc_openasm(char *filename)
 {
-   return fopen(filename, "w+t");
+   return fopen(filename, "w+");
 }
 
 void
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc5.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- embryo_cc_sc5.c     20 Apr 2004 03:50:11 -0000      1.2
+++ embryo_cc_sc5.c     27 Apr 2004 08:05:12 -0000      1.3
@@ -19,7 +19,7 @@
  *      misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source distribution.
  *
- *  Version: $Id: embryo_cc_sc5.c,v 1.2 2004/04/20 03:50:11 raster Exp $
+ *  Version: $Id: embryo_cc_sc5.c,v 1.3 2004/04/27 08:05:12 raster Exp $
  */
 #include <unistd.h>
 #include <stdio.h>
@@ -100,7 +100,7 @@
      {
        FILE *fp;
        
-       fp = fopen(errfname, "at");
+       fp = fopen(errfname, "a+");
        if (fp != NULL)
          {
             if (errstart >= 0 && errstart != fline)




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to