From 2624b52cd273a568ee87ff52dab0f8653d15caf2 Mon Sep 17 00:00:00 2001 From: matze Date: Sun, 29 Jul 2007 00:01:02 +0000 Subject: [PATCH] cc65 fgets arbeitet anscheinend mit mac newlines (\r) git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@34 af93e077-1a23-4f1e-9cbe-9382a9d578f5 --- items | 4 +--- state | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/items b/items index ecbe32d..102a472 100644 --- a/items +++ b/items @@ -1,3 +1 @@ -Mate=100 -Bier=120 -Cola=100 \ No newline at end of file +Mate=100 Bier=120 Cola=100 \ No newline at end of file diff --git a/state b/state index a3a26f1..3b46f9f 100644 --- a/state +++ b/state @@ -1,3 +1 @@ -Mate=23 -Bier=42 -Cola=23 \ No newline at end of file +Mate=23 Bier=42 Cola=23 \ No newline at end of file -- 2.39.5