freebsd-ports/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp
Kirill Ponomarev 08c0128817 Update to version 1.2
PR:		ports/69000
Submitted by:	Ports Fury
2004-07-14 12:20:51 +00:00

11 lines
463 B
C++

--- src/information/CInformationElementHistory.cpp.orig Fri Dec 5 07:22:09 2003
+++ src/information/CInformationElementHistory.cpp Tue Jul 13 22:32:26 2004
@@ -156,7 +156,7 @@
CInformationElement* pIE = mList.at(i);
std::cout<<i<<sSeparator<<pIE<<"\t";
- sDesc = (NULLPTR != pIE) ? pIE->getDescription() : "NULLPTR";
+ sDesc = (NULLPTR != pIE) ? pIE->getDescription() : QString("NULLPTR");
std::cout<<sDesc<<std::endl;
}