Below is the list of changes that have just been committed into a local
5.0 repository of df. When df does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-03-27 13:02:59+01:00, df@stripped +1 -0
BUG#25340
win/configure.js@stripped, 2008-03-27 13:02:57+01:00, df@stripped +2 -0
BUG#25340
diff -Nrup a/win/configure.js b/win/configure.js
--- a/win/configure.js 2007-09-22 09:11:09 +02:00
+++ b/win/configure.js 2008-03-27 13:02:57 +01:00
@@ -134,6 +134,8 @@ function GetValue(str, key)
var end = str.indexOf("\n", pos);
if (str.charAt(pos) == "\"")
pos++;
+ if (str.charAt(end-1) == "\r")
+ end--;
if (str.charAt(end-1) == "\"")
end--;
return str.substring(pos, end);
| Thread |
|---|
| • bk commit into 5.0 tree (df:1.2596) BUG#25340 | Daniel Fischer | 27 Mar |