Menu

Commit [r81]  Maximize  Restore  History

Fix compiler warnings.

tortoisesvn 2007-04-22

changed /trunk/src/AppUtils.cpp
changed /trunk/src/CommitMonitor.cpp
changed /trunk/src/HiddenWindow.cpp
changed /trunk/src/HiddenWindow.h
changed /trunk/src/MainDlg.cpp
changed /trunk/src/MainDlg.h
changed /trunk/src/SVN.cpp
changed /trunk/src/StatusBarMsgWnd.cpp
changed /trunk/src/StatusBarMsgWnd.h
/trunk/src/AppUtils.cpp Diff Switch to side-by-side view
--- a/trunk/src/AppUtils.cpp
+++ b/trunk/src/AppUtils.cpp
@@ -57,7 +57,7 @@
 {
 	wstring result;
 	wstring::size_type pos = 0;
-	while(true) 
+	for ( ; ; )	// while (true)
 	{
 		wstring::size_type next = str.find(toreplace, pos);
 		result.append(str, pos, next-pos);
/trunk/src/CommitMonitor.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/HiddenWindow.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/HiddenWindow.h Diff Switch to side-by-side view
Loading...
/trunk/src/MainDlg.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/MainDlg.h Diff Switch to side-by-side view
Loading...
/trunk/src/SVN.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/StatusBarMsgWnd.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/StatusBarMsgWnd.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.