[AD] patch for /tests/test.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
the following patch fixes a small typo in the displayed text in the test
program.
--- ..\..\allegro_4_1_18_CVS_Mar19\tests\test.c 2005-03-19
05:05:00.000000000 +1100
+++ test.c 2005-03-29 17:46:13.390625000 +1000
@@ -4446,7 +4446,7 @@
#if defined ALLEGRO_I386 || defined ALLEGRO_AMD64
#ifdef ALLEGRO_I386
- sprintf(cpu_specs, "CPU family: %d86 (%s)", cpu_family,
cpu_vendor?cpu_vendor:"unknown");
+ sprintf(cpu_specs, "CPU family: %d x86 (%s)", cpu_family,
cpu_vendor?cpu_vendor:"unknown");
#else
sprintf(cpu_specs, "CPU family: AMD64 (%s)", cpu_vendor);
#endif