[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46.2.6, Sat May 17 13:26:51 2003 UTC revision 1.46.2.7, Thu May 22 16:35:03 2003 UTC
# Line 132  Line 132 
132              va_start(args, fmt);              va_start(args, fmt);
133              vsprintf(buf, fmt, args);              vsprintf(buf, fmt, args);
134              OutputDebugString(buf);              OutputDebugString(buf);
135              fprintf(stderr, "%s\n", buf);              fprintf(stderr, "%s", buf);
136           }           }
137       }       }
138  #    else  #    else
# Line 219  Line 219 
219              va_start(args, format);              va_start(args, format);
220              if(xvid_debug & level) {              if(xvid_debug & level) {
221                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
                    fprintf(stderr, "\n");  
222              }              }
223          }          }
224    
# Line 335  Line 334 
334               char buf[DPRINTF_BUF_SZ];               char buf[DPRINTF_BUF_SZ];
335               va_start(args, fmt);               va_start(args, fmt);
336               vsprintf(buf, fmt, args);               vsprintf(buf, fmt, args);
337               fprintf(stderr, "%s\n", buf);               fprintf(stderr, "%s", buf);
338           }           }
339       }       }
340  #    else /* _DEBUG */  #    else /* _DEBUG */
# Line 412  Line 411 
411              va_start(args, format);              va_start(args, format);
412              if(xvid_debug & level) {              if(xvid_debug & level) {
413                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
                    fprintf(stderr, "\n");  
414              }              }
415          }          }
416    

Legend:
Removed from v.1.46.2.6  
changed lines
  Added in v.1.46.2.7

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4