diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 10:40:49 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 10:40:49 +0100 |
| commit | 13275a4bb8696e730a4fffdd05b8e1d046e489c6 (patch) | |
| tree | 4db3ed3ada41158c451188c98e74fdde5ea296b2 /utils/h48_to_src.c | |
| parent | d6fdf14d5c320bdca455f910d58d652c5a7827da (diff) | |
| download | nissy-core-13275a4bb8696e730a4fffdd05b8e1d046e489c6.tar.gz nissy-core-13275a4bb8696e730a4fffdd05b8e1d046e489c6.zip | |
Simplified cube definition for move and transformations even more
Diffstat (limited to '')
| -rw-r--r-- | utils/h48_to_lst.c (renamed from utils/h48_to_src.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h48_to_src.c b/utils/h48_to_lst.c index 6fdea5c..debb7f4 100644 --- a/utils/h48_to_src.c +++ b/utils/h48_to_lst.c | |||
| @@ -12,7 +12,7 @@ int main() { | |||
| 12 | 12 | ||
| 13 | fgets(str, STRLENMAX, stdin); | 13 | fgets(str, STRLENMAX, stdin); |
| 14 | cube = readcube("H48", str); | 14 | cube = readcube("H48", str); |
| 15 | writecube("SRC", cube, str); | 15 | writecube("LST", cube, str); |
| 16 | fputs(str, stdout); | 16 | fputs(str, stdout); |
| 17 | 17 | ||
| 18 | return 0; | 18 | return 0; |
