mirror of
https://github.com/xroche/httrack.git
synced 2026-06-13 05:44:11 +03:00
Compare commits
1 Commits
master
...
fix/lockpa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
106d34d82c |
@@ -2899,7 +2899,9 @@ static int hts_main_internal(int argc, char **argv, httrackp * opt) {
|
||||
}
|
||||
|
||||
{
|
||||
char n_lock[256];
|
||||
/* Sized to the concat-buffer capacity so it can always hold the lock-file
|
||||
path produced by fconcat(), even with a long log path (issue #183). */
|
||||
char n_lock[OPT_GET_BUFF_SIZE(opt)];
|
||||
|
||||
// on peut pas avoir un affichage ET un fichier log
|
||||
// ca sera pour la version 2
|
||||
|
||||
Reference in New Issue
Block a user