X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=libaltos%2Flibaltos_linux.c;h=1cade72d6e25ce4763dfeb601f714b3d901eec50;hb=16f171350619b9d3da614625e27c092b144c3097;hp=d7cd15cfe79357a92b7f44c680c9b8bb6038ca4a;hpb=1594691ea88ca84634eea237ac8137a5bdc19f5c;p=fw%2Faltos diff --git a/libaltos/libaltos_linux.c b/libaltos/libaltos_linux.c index d7cd15cf..1cade72d 100644 --- a/libaltos/libaltos_linux.c +++ b/libaltos/libaltos_linux.c @@ -3,7 +3,8 @@ * * 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 - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -517,7 +518,7 @@ altos_bt_open(struct altos_bt_device *device) #else file->out_fd = dup(file->fd); #endif - return file; + return &file->file; no_link: close(file->fd); no_sock: