Re: [Openvpn-devel] Certificate Wizard 0.3b - code-related feedback

2004-11-16 Thread Florian Weimer
* Charles Duffy: > @@ -242,8 +242,7 @@ > char buffer[MAXLINELEN+1]; > int errorCode = GetLastError(); > > - snprintf(buffer, MAXLINELEN, _("Unable to copy '%s' to '%s' - > error %d", 0), source, target, errorCode); > - strcat(buffer, "

[Openvpn-devel] Certificate Wizard 0.3b - code-related feedback

2004-11-12 Thread Charles Duffy
Vlada, In updating my local Certificate Wizard fork to be based off 0.3b, I observed an issue introduced during your cleanup of my CopyOneFile function. My original code: snprintf(buffer, MAXLINELEN, "Unable to copy \"%s\" to \"%s\" - error %d: %%s", source, target, errorCode); DisplayEr