src/share/vm/utilities/utf8.hpp

changeset 4851
8c03fc47511d
parent 4267
bd7a7ce2e264
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/utf8.hpp	Thu Mar 28 15:39:52 2013 +0100
     1.2 +++ b/src/share/vm/utilities/utf8.hpp	Mon Apr 01 14:05:41 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -45,7 +45,7 @@
    1.11    static int quoted_ascii_length(const char* utf8_str, int utf8_length);
    1.12  
    1.13    // converts a utf8 string to quoted ascii
    1.14 -  static void as_quoted_ascii(const char* utf8_str, char* buf, int buflen);
    1.15 +  static void as_quoted_ascii(const char* utf8_str, int utf8_length, char* buf, int buflen);
    1.16  
    1.17    // converts a quoted ascii string to utf8 string.  returns the original
    1.18    // string unchanged if nothing needs to be done.

mercurial