Search
lxdream.org :: lxdream/src/config.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.c
changeset 759:f16975739abc
prev736:a02d1475ccfd
next866:86cd01c2b2d3
author nkeynes
date Tue Jul 29 06:35:28 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Workaround OS X's inability to handle CD reads of unknown size (ie where the read
request failed to specify an expected sector type) - read raw sectors and parse it
out by hand.
file annotate diff log raw
1.1 --- a/src/config.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/config.c Tue Jul 29 06:35:28 2008 +0000
1.3 @@ -135,7 +135,7 @@
1.4 lxdream_set_config_value(&global_config[key], value);
1.5 }
1.6
1.7 -const lxdream_config_entry_t lxdream_get_config_entry( int key )
1.8 +const struct lxdream_config_entry * lxdream_get_config_entry( int key )
1.9 {
1.10 return &global_config[key];
1.11 }
.