[svn] / branches / dev-api-4 / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/portab.h

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

revision 890, Sat Feb 22 08:49:45 2003 UTC revision 920, Sat Mar 15 14:32:56 2003 UTC
# Line 23  Line 23 
23   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
24   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
25   *   *
26   * $Id: portab.h,v 1.46.2.1 2003-02-22 08:49:44 suxen_drol Exp $   * $Id: portab.h,v 1.46.2.2 2003-03-15 14:32:56 suxen_drol Exp $
27   *   *
28   ****************************************************************************/   ****************************************************************************/
29    
# Line 136  Line 136 
136              char buf[DPRINTF_BUF_SZ];              char buf[DPRINTF_BUF_SZ];
137              va_start(args, fmt);              va_start(args, fmt);
138              vsprintf(buf, fmt, args);              vsprintf(buf, fmt, args);
139                strcat(buf,"\n");
140              OutputDebugString(buf);              OutputDebugString(buf);
141              fprintf(stderr, "%s\n", buf);              fputs(buf, stderr);
142           }           }
143       }       }
144  #    else  #    else

Legend:
Removed from v.890  
changed lines
  Added in v.920

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