Skip to content

Commit

Permalink
Update global.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Oct 23, 2024
1 parent 6506dc6 commit 50536e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BBox/qHull/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void qh_initflags(char *command) {

if (command != &qh qhull_command[0]) {
*qh qhull_command = '\0';
strncat(qh qhull_command, command, sizeof(qhull_command) - strlen(qhull_command) - 1);
strncat(qh qhull_command, command, sizeof(qh qhull_command) - strlen(qh qhull_command) - 1);
}
while (*s && !isspace(*s)) /* skip program name */
s++;
Expand Down

0 comments on commit 50536e1

Please sign in to comment.