1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Try to fix broken build on AMD64.

Submitted by:	MAINTAINER
This commit is contained in:
Clive Lin 2004-11-14 12:12:51 +00:00
parent 647c9d0bb4
commit 5c78d622df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121560

View File

@ -0,0 +1,11 @@
--- qterm/qtermtextline.cpp.orig Sat Nov 13 15:26:48 2004
+++ qterm/qtermtextline.cpp Sat Nov 13 15:27:41 2004
@@ -235,7 +235,7 @@
if(index>=m_length)
- return NULL;
+ return QCString();
printf("index=%d len=%d m_length=%d\n", index, len, m_length);