tfilmprice: fix printf call on linux - filmtools - various tools for photographic film development and darkroom printing
HTML git clone git://src.adamsgaard.dk/filmtools
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 49baeb50e4e94e24469ab4c2a25875e9bb66f924
DIR parent 1e9b9eb860bc5044bf50eaca99683ca7de8e6b01
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 22 Jul 2022 10:12:41 +0200
filmprice: fix printf call on linux
Diffstat:
M filmprice | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/filmprice b/filmprice
t@@ -98,7 +98,7 @@ fotoimpex_extract_price() {
printf '%s' "$price"
fi
else
- printf '--\t--'
+ printf -- '--\t--'
fi
}