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 » Developing U++ » Bugs (& fixes) » Creatted not using object var by type FileSel
Creatted not using object var by type FileSel [message #22071] Tue, 16 June 2009 17:11
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Hello, in svn source code is created not used object var "fss".

Address: uppsrc\ide\UppWspc.cpp.

Here is a part of code that contain non used var:
void WorkspaceWork::AddFile(ADDFILE af)
{
	String active = GetActivePackage();
	if(active.IsEmpty()) return;
==>>HERE	FileSel fss;
	FileSel *fs = &OutputFs();
..............................
}
Previous Topic: Upp2008.1 hungs [FIXED]
Next Topic: about Garbled on upp theIDE
Goto Forum:
  


Current Time: Thu Mar 28 10:10:54 CET 2024

Total time taken to generate the page: 0.00993 seconds