aboutsummaryrefslogtreecommitdiffstats
path: root/sercp.c
diff options
context:
space:
mode:
authorPavel Vymetálek <pavel@vym.cz>2019-06-13 09:45:34 +0200
committerPavel Vymetálek <pavel@vym.cz>2019-06-13 09:45:34 +0200
commitfbf70df02022a77e228d54aa3934101dcd3e0cc5 (patch)
treea2f60f0b5eaf92b1f0d7337c9ff9c9b2fc671541 /sercp.c
parent56f15aa3c625032798cf0db7afe879abf595fe3d (diff)
downloadsercp-pc-fbf70df02022a77e228d54aa3934101dcd3e0cc5.tar.gz
povýšeno číslo verze v .rc pro windows build
Diffstat (limited to 'sercp.c')
-rw-r--r--sercp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sercp.c b/sercp.c
index 5e795c9..abfa3b1 100644
--- a/sercp.c
+++ b/sercp.c
@@ -548,7 +548,7 @@ void sercpSend(void) {
printf ("Zero length of file. End\n");
return;
}
- printf ("File %s, length: %ld\n", sercp_file, st.st_size);
+ printf ("File %s, length: %lld\n", sercp_file, st.st_size);
timdat = localtime(&st.st_mtime);
uint16_t FatDate = ((timdat->tm_year - 80) << 9) | ((timdat->tm_mon + 1) << 5) | timdat->tm_mday;