~ubuntu-branches/ubuntu/oneiric/foremost/oneiric

« back to all changes in this revision

Viewing changes to main.c

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2009-05-08 00:39:18 UTC
  • mfrom: (1.1.9 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090508003918-pkuew1reld9r40uw
Tags: 1.5.6-1
* New upstream version.
* Bump standards version.
* Bump debhelper version.
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                {
278
278
                        fclose(testFile);
279
279
                        dir = opendir(*argv);
280
 
                        //fprintf(stderr,"config file=%s test=%s\n",s->config_file,*argv);
281
280
                        
282
281
                        if(!strstr(s->config_file,*argv)!=0 && !dir)
283
282
                        {
284
 
                                //fprintf(stderr,"Testing %s against %s\n",*argv,s->config_file);
285
283
                                input_files++;
286
284
                        }
287
285
                        
300
298
        ++argv;
301
299
        while (*argv != NULL)
302
300
                {
303
 
 
304
 
                //printf("*argv=%s\n",*argv);
305
301
                testFile = fopen(*argv, "rb");
306
302
 
307
303
                if (testFile)