summaryrefslogtreecommitdiff
path: root/src/pacman/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/download.c')
-rw-r--r--src/pacman/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/download.c b/src/pacman/download.c
index 4cd1596a..b7799f43 100644
--- a/src/pacman/download.c
+++ b/src/pacman/download.c
@@ -451,7 +451,7 @@ int downloadfiles_forreal(list_t *servers, const char *localpath,
if(!strcmp(server->protocol, "file")) {
char out[56];
printf(" %s [", sync_fnm);
- strncpy(out, server->path, 33);
+ STRNCPY(out, server->path, 33);
printf("%s", out);
for(j = strlen(out); j < maxcols-64; j++) {
printf(" ");