Skip to content

Commit 66109d7

Browse files
author
kalibera
committed
Comment.
git-svn-id: https://svn.r-project.org/R/trunk@87285 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6d3e49d commit 66109d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/lapack/Lapack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <ctype.h> /* for toupper */
2929
#include <limits.h> /* for PATH_MAX */
3030
#include <stdlib.h> /* for realpath */
31-
#include <string.h> /* for strcpy */
31+
#include <string.h> /* for strstr, strlen */
3232

3333
#ifdef HAVE_UNISTD_H
3434
# include <unistd.h> /* for realpath on some systems */

0 commit comments

Comments
 (0)