/[winpt]/trunk/Src/wptGPGParser.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGParser.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC
# Line 291  commit_gpg_options (const char * file, g Line 291  commit_gpg_options (const char * file, g
291              break;              break;
292                            
293          case ENTRY_MULTI:          case ENTRY_MULTI:
294              fprintf( inp, "%s %s\n", e->name, e->val );              fprintf( inp, "%s %s\r\n", e->name, e->val );
295              break;              break;
296    
297          case ENTRY_SINGLE:          case ENTRY_SINGLE:
298              fprintf( inp, "%s\n", e->name );              fprintf( inp, "%s\r\n", e->name );
299              break;              break;
300    
301          case ENTRY_GROUP:          case ENTRY_GROUP:
# Line 306  commit_gpg_options (const char * file, g Line 306  commit_gpg_options (const char * file, g
306                      if( m->used )                      if( m->used )
307                          fprintf( inp, "%s ", m->name );                          fprintf( inp, "%s ", m->name );
308                  }                  }
309                  fprintf( inp, "\n" );                  fprintf( inp, "\r\n" );
310              }              }
311              break;              break;
312          }          }

Legend:
Removed from v.21  
changed lines
  Added in v.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26