Ticket #38150: patch-src-process_medianthreshold-strdupa.diff
File patch-src-process_medianthreshold-strdupa.diff, 517 bytes (added by FlorianFranzen@…, 12 years ago) |
---|
-
src/process_medianthreshold/process_medianthreshold.cpp
old new 193 193 } // for i 194 194 195 195 /** Computes threshold for each channel groups */ 196 groups = strdup a(arguments.channelList); // Split groups196 groups = strdup (arguments.channelList); // Split groups 197 197 currentGroup = strsep (&groups, GROUP_SEPARATOR); // focus on the first group 198 198 199 199 while(currentGroup != NULL) {