Revision: 6526
Author: j...@google.com
Date: Wed Oct 28 14:56:25 2009
Log: Remove use of printf.

http://code.google.com/p/google-web-toolkit/source/detail?r=6526

Modified:
  /changes/jat/single-xpi/plugins/common/Debug.cpp

=======================================
--- /changes/jat/single-xpi/plugins/common/Debug.cpp    Mon Aug  3 08:30:11  
2009
+++ /changes/jat/single-xpi/plugins/common/Debug.cpp    Wed Oct 28 14:56:25  
2009
@@ -76,7 +76,7 @@
    strncpy_s(bufPtr, buflen, str, len);
    bufPtr += len;
  #else
-  printf("%s", str);
+  fputs(str, stdout);
  #endif
  }
  #endif

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to