Index: head/games/ri-li/files/patch-src_tableau.cc =================================================================== --- head/games/ri-li/files/patch-src_tableau.cc (nonexistent) +++ head/games/ri-li/files/patch-src_tableau.cc (revision 433815) @@ -0,0 +1,11 @@ +--- src/tableau.cc.orig 2007-11-02 11:48:21 UTC ++++ src/tableau.cc +@@ -87,7 +87,7 @@ bool Tableau::Save(void) + + // Alloue la mémoire + Buf=new unsigned char [sizeof(s_Tableau)*N+sizeof(int)+1]; +- if(Buf<=0) return false; ++ if(Buf==NULL) return false; + + // Charge les tableaux + Buf[0]=N/256; Property changes on: head/games/ri-li/files/patch-src_tableau.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property