aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_path.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-10-22 21:46:11 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-10-22 21:46:11 +0000
commit982d9823a3f4978b211841adff80c9bc6166c4e9 (patch)
tree85e51f843f5994f62f2b42fb7c30466c4fc5fdca /pd/src/s_path.c
parentbb23964c64578b5921e3adddabf033b4b7c4c548 (diff)
test release for 0.41 (bug fixes for IA64).
svn path=/trunk/; revision=6154
Diffstat (limited to 'pd/src/s_path.c')
-rw-r--r--pd/src/s_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/s_path.c b/pd/src/s_path.c
index 07520bcf..14620eac 100644
--- a/pd/src/s_path.c
+++ b/pd/src/s_path.c
@@ -262,7 +262,7 @@ ends up in the same buffer as dirresult. Exception:
if the 'name' starts with a slash or a letter, colon, and slash in MSW,
there is no search and instead we just try to open the file literally. */
-/* see also canvas_openfile() which, in addition, searches down the
+/* see also canvas_open() which, in addition, searches down the
canvas-specific path. */
static int do_open_via_path(const char *dir, const char *name,