opnsense-ports/audio/praat/files/patch-dwsys_NUMsort2.cpp
Franco Fichtner 5603950e73 */*: sync with upstream
Taken from: FreeBSD
2022-10-12 14:27:21 +02:00

11 lines
433 B
C++

--- dwsys/NUMsort2.cpp.orig 2022-10-10 21:25:25 UTC
+++ dwsys/NUMsort2.cpp
@@ -239,7 +239,7 @@ void VECsort3_inplace (VEC const& a, INTVEC const& iv1
iv2 [j] = itmp [index [j]];
}
-autoINTMAT sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me
+void sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me
try {
Melder_require (icol > 0 && icol <= mat.ncol,
U"The column index is not valid.");