Commit dc00a524 authored by joerg@trift2.'s avatar joerg@trift2.
Browse files

Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0-build

into  trift2.:/MySQL/M50/push-5.0
parents 270aaa17 7297fe19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);