CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/05/05 02:41:25
Added files:
editors/scintilla/patches: patch-src_CellBuffer_cxx
Log message:
editors/scintilla: fix build on i386 (and probably 32-bits archs)
./../src/CellBuffer.cxx:216:39: error: cannot initialize a parameter of type
'const int *' with an lvalue of type 'const Sci::Position *' (aka 'const long
*')
reported by sthen@; thanks !
