~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/glib-convert.adb

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-07-31 18:10:47 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080731181047-6m1y25zjad0p2yjr
Tags: 2.12.0-2

Correct the project files to add a Library_ALI_Dir and correct the
Library_Name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
      pragma Import (C, Internal, "g_markup_escape_text");
480
480
 
481
481
      C_Res  : constant Interfaces.C.Strings.chars_ptr :=
482
 
        Internal (S & ASCII.NUL, S'Length);
 
482
        Internal (S, S'Length);
483
483
      Result : constant String := Interfaces.C.Strings.Value (C_Res);
484
484
 
485
485
   begin