~ubuntu-branches/ubuntu/gutsy/libwpd/gutsy

« back to all changes in this revision

Viewing changes to src/conv/raw/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-07-15 11:58:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060715115812-v18efmdayby4clau
Tags: 0.8.6-1
* New upstream release
* swap maintainer/uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                file = argv[1];
67
67
                
68
68
        
69
 
        GError   *err;
 
69
        GError   *err = NULL;
70
70
        GsfInput * input = GSF_INPUT(gsf_input_stdio_new (file, &err));
71
71
        if (input == NULL) 
72
72
        {