(file) Return to result.c CVS log (file) (dir) Up to [OMI] / omi / base

Diff for /omi/base/result.c between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:09 version 1.3, 2015/04/20 18:19:50
Line 25 
Line 25 
 #include <stdarg.h> #include <stdarg.h>
 #include "result.h" #include "result.h"
  
 const MI_Char* Result_ToString(MI_Result result)  const ZChar* Result_ToString(MI_Result result)
 { {
     size_t i;     size_t i;
     struct Pair     struct Pair
     {     {
         MI_Result result;         MI_Result result;
         const MI_Char* str;          const ZChar* str;
     };     };
     static struct Pair _pairs[] =     static struct Pair _pairs[] =
     {     {


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2