Skip to content

Commit 7266f8b

Browse files
committed
added listersacsic_s
1 parent 64f8c59 commit 7266f8b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
0.79
2+
- ADD listersacsic_s para imprimir los sac/sic contenidos
3+
en una grabación.
24
- ADD timeout en los uploads por ftp del curl
35
- ADD a cast to curl_easy_setopt -> (curl_off_t)
46
- ADD llamada a setsockopt para cambiar tamaño de buffer

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ for destarch in $destarchs; do
114114
gcc $gccopts -o bin/client${destarch}${arch} src/client.c src/sacsic.c src/helpers.c src/startup.c $rnopts
115115
gcc $gccopts -o bin/cleanast${destarch}${arch} src/utils/cleanast.c $rnopts
116116
gcc $gccopts -o bin/cleanast_s${destarch}${arch} src/utils/cleanast_s.c $rnopts
117+
gcc $gccopts -o bin/listersacsic_s${destarch}${arch} src/utils/listersacsic_s.c $rnopts
117118
gcc $gccopts -o bin/filtercat${destarch}${arch} src/utils/filtercat.c $rnopts
118119
gcc $gccopts -o bin/filtercat_s${destarch}${arch} src/utils/filtercat_s.c $rnopts
119120
gcc $gccopts -o bin/filtercatout${destarch}${arch} src/utils/filtercatout.c $rnopts

0 commit comments

Comments
 (0)