~ubuntu-branches/ubuntu/utopic/libgda5/utopic

« back to all changes in this revision

Viewing changes to doc/C/html/blobs_example.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-02-10 13:43:47 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120210134347-pnhy092ghuopf2gm
Tags: 5.0.3-1
* New upstream release.
* Add symbols file for libgda-5.0-4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        if (! g_file_test (filename, G_FILE_TEST_EXISTS) ||
113
113
            g_file_test (filename, G_FILE_TEST_IS_DIR)) {
114
114
                g_set_error (error, 0, 0,
115
 
                             "File does not exist or is a directory");
 
115
                             "%s", "File does not exist or is a directory");
116
116
                return FALSE;
117
117
        }
118
118