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:
parent
647c9d0bb4
commit
5c78d622df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121560
11
chinese/qterm/files/patch-qterm_qtermtextline.cpp
Normal file
11
chinese/qterm/files/patch-qterm_qtermtextline.cpp
Normal 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);
|
||||
|
Loading…
Reference in New Issue
Block a user