[前][次][番号順一覧][スレッド一覧]

ruby-changes:14074

From: nobu <ko1@a...>
Date: Mon, 23 Nov 2009 10:56:23 +0900 (JST)
Subject: [ruby-changes:14074] Ruby:r25887 (trunk, ruby_1_8): * dln.c (dln_find_1): fixed commit miss.

nobu	2009-11-23 10:55:17 +0900 (Mon, 23 Nov 2009)

  New Revision: 25887

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25887

  Log:
    * dln.c (dln_find_1): fixed commit miss.

  Modified files:
    branches/ruby_1_8/dln.c
    trunk/dln.c

Index: dln.c
===================================================================
--- dln.c	(revision 25886)
+++ dln.c	(revision 25887)
@@ -1561,7 +1561,7 @@
 #endif
 
     static const char pathname_too_long[] = "openpath: pathname too long (ignored)\n\
-\tDirectory \"%.*s\"\n\tFile \"%s\"\n"
+\tDirectory \"%.*s\"\n\tFile \"%s\"\n";
 #define PATHNAME_TOO_LONG() fprintf(stderr, pathname_too_long, (int)(bp - fbuf), fbuf, fname)
 
 #define RETURN_IF(expr) if (expr) return (char *)fname;
Index: ruby_1_8/dln.c
===================================================================
--- ruby_1_8/dln.c	(revision 25886)
+++ ruby_1_8/dln.c	(revision 25887)
@@ -1712,7 +1712,7 @@
 #endif
 
     static const char pathname_too_long[] = "openpath: pathname too long (ignored)\n\
-\tDirectory \"%.*s\"\n\tFile \"%s\"\n"
+\tDirectory \"%.*s\"\n\tFile \"%s\"\n";
 #define PATHNAME_TOO_LONG() fprintf(stderr, pathname_too_long, (int)(bp - fbuf), fbuf, fname)
 
 #define RETURN_IF(expr) if (expr) return (char *)fname;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]