Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Bug crashing TheIDE fixed
Bug crashing TheIDE fixed [message #23508] Sun, 25 October 2009 08:07 Go to previous message
qapko is currently offline  qapko
Messages: 55
Registered: October 2007
Location: Slovakia
Member
Hello,
in the ide/Browser/Util.cpp there is a bug that is causing TheIDE to crash occasionaly on WindowsXP when compiled in release mode (but not in debug mode, strangely). In version 1607 it's on the line 27 in function GetMatchLen:
while(s[i] == t[i] && *s)
should be
while(s[i] == t[i] && s[i])
Please apply the change to your sources.

Have a nice day Smile

Gabi
 
Read Message
Read Message icon4.gif
Read Message
Previous Topic: Running a custom preprocessor on your sources
Next Topic: Feature Request: Install Program Needs Filedialogs
Goto Forum:
  


Current Time: Sat May 04 22:10:23 CEST 2024

Total time taken to generate the page: 0.02844 seconds