~peter-pearse/ubuntu/oneiric/bogofilter/prop001

« back to all changes in this revision

Viewing changes to src/format.c

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-11-10 11:49:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20051110114905-xf32pbkghlwymetz
Tags: upstream-0.96.5
ImportĀ upstreamĀ versionĀ 0.96.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: format.c,v 1.46 2005/03/13 04:43:02 relson Exp $ */
 
1
/* $Id: format.c,v 1.47 2005/09/04 14:49:43 relson Exp $ */
2
2
 
3
3
/*****************************************************************************
4
4
 
280
280
        case S_FLAGS:
281
281
            if ('1' <= *format && *format <= '9')
282
282
                format++;
283
 
            else if(*format == '-')
 
283
            else if (*format == '-')
284
284
                format++;
285
285
            else
286
286
            switch (*format) {