diff options
author | Anton Lundin <glance@acc.umu.se> | 2018-06-20 21:45:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-21 06:28:39 +0900 |
commit | dcb663e4073500030f86dcdc2643da16b4064ed5 (patch) | |
tree | eb54f291f8dd08475a08f09cef94d944b14dcaff /core/subsurfacestartup.c | |
parent | 38bf351cc180b776172229d2144510cec21d5bcb (diff) | |
download | subsurface-dcb663e4073500030f86dcdc2643da16b4064ed5.tar.gz |
Revert "cleanup: remove empty function"
This broke our hook to plumb in our usb open function into libusb, so
this broke ftdi based downloads.
This reverts commit e4530cd5ef38e6120f451daf1a758b38b70a6f1c.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 65b30e7d6..508fda73c 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -284,6 +284,7 @@ void setup_system_prefs(void) { const char *env; + subsurface_OS_pref_setup(); default_prefs.divelist_font = strdup(system_divelist_default_font); default_prefs.font_size = system_divelist_default_font_size; |