branch | RCL_3 |
changeset 57 | 2efc27d87e1c |
parent 56 | acd3cd4aaceb |
--- a/utilitylibraries/libutils/tsrc/src/test_tbufc8towstring_reliability.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/utilitylibraries/libutils/tsrc/src/test_tbufc8towstring_reliability.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -20,12 +20,12 @@ #include"std_log_result.h" #define LOG_FILENAME_LINE __FILE__, __LINE__ -int main() +void main() { - //int count = 2; + int count = 2; bool err = false; __UHEAP_MARK; - __UHEAP_FAILNEXT(2); + __UHEAP_FAILNEXT(count); { wstring myString; while(!err)