X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libexfat%2Flog.c;h=34bcb22436809013fbb4a6eacfd4e2ea356fcaed;hb=refs%2Ftags%2Fandroid-x86-6.0-r3;hp=7e541aafb7f2d3dd88849b03408a62478e997635;hpb=48573fff5d070863e3279769e8a95d5c15a5c77d;p=android-x86%2Fexternal-exfat.git diff --git a/libexfat/log.c b/libexfat/log.c index 7e541aa..34bcb22 100644 --- a/libexfat/log.c +++ b/libexfat/log.c @@ -3,7 +3,7 @@ exFAT file system implementation library. Free exFAT implementation. - Copyright (C) 2010-2013 Andrew Nayenko + Copyright (C) 2010-2017 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,7 +47,11 @@ void exfat_bug(const char* format, ...) vsyslog(LOG_CRIT, format, aq); va_end(aq); +#if defined(__ANDROID__) + exit(-1); +#else abort(); +#endif } /*