comparison cinst/main.c @ 149:bd5a5d3e5674

We decided to use bool. So let's use it.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 24 Mar 2014 17:22:43 +0000
parents 095d0e7f8ed4
children dbbd761959ae
comparison
equal deleted inserted replaced
148:095d0e7f8ed4 149:bd5a5d3e5674
231 strv_free(all_certs); 231 strv_free(all_certs);
232 all_certs = NULL; 232 all_certs = NULL;
233 } 233 }
234 234
235 #ifdef WIN32 235 #ifdef WIN32
236 return install_certificates_win((const char**) to_install, 1); 236 return install_certificates_win((const char**) to_install, true);
237 //remove_certificates_win((const char**) to_remove, 1); 237 //remove_certificates_win((const char**) to_remove, 1);
238 #endif 238 #endif
239 239
240 /* Make valgrind happy */ 240 /* Make valgrind happy */
241 strv_free(to_install); 241 strv_free(to_install);

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