Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 641990
Collapse All | Expand All

(-)a/src/ptclib/podbc.cxx (-1 / +1 lines)
Lines 1217-1223 PString PODBCRecord::GetLongData(PINDEX Column) Link Here
1217
1217
1218
    while (InternalGetData((USHORT)Column,sbin.GetPointer(len + 1),len,&cb))
1218
    while (InternalGetData((USHORT)Column,sbin.GetPointer(len + 1),len,&cb))
1219
	{
1219
	{
1220
		if (sbin.Right(1) == '\0')			// Remove Null Char
1220
		if (sbin.Right(1).IsEmpty())			// Remove Null Char
1221
			Data = Data + sbin.Left(sbin.GetLength()-1);
1221
			Data = Data + sbin.Left(sbin.GetLength()-1);
1222
		else
1222
		else
1223
			Data = Data + sbin;
1223
			Data = Data + sbin;

Return to bug 641990