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

(-)pdfapp.c.orig (+8 lines)
Lines 1213-1217 Link Here
1213
		}
1213
		}
1214
	}
1214
	}
1215
1215
1216
	// remove the last newline of the copied text
1217
	if (ucsbuf[p-1]=='\n')
1218
	{
1219
		ucsbuf[p-1] = 0;
1220
#ifdef _WIN32
1221
		ucsbuf[p-2] = 0;
1222
#endif
1223
	}
1216
	ucsbuf[p] = 0;
1224
	ucsbuf[p] = 0;
1217
}
1225
}

Return to bug 403231