comparison cinst/main.c @ 216:4a20bab3f806

Minor style fix
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 26 Mar 2014 20:12:15 +0100
parents 8cfcd38a9bb3
children 4de97f74d038
comparison
equal deleted inserted replaced
215:292e2cb60ef0 216:4a20bab3f806
122 continue; 122 continue;
123 } 123 }
124 if (*buf == 'I') 124 if (*buf == 'I')
125 { 125 {
126 /* Remove leading I: and trailing \r\n */ 126 /* Remove leading I: and trailing \r\n */
127 strv_append (readingList ? all_certs : to_install, 127 strv_append (readingList ? all_certs : to_install, buf + 2, len - 4);
128 buf + 2, len - 4);
129 continue; 128 continue;
130 } 129 }
131 if (*buf == 'R') 130 if (*buf == 'R')
132 { 131 {
133 /* Remove leading R: and trailing \r\n */ 132 /* Remove leading R: and trailing \r\n */

http://wald.intevation.org/projects/trustbridge/