diff options
Diffstat (limited to 'comms/obexapp/files/patch-main.c')
-rw-r--r-- | comms/obexapp/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/obexapp/files/patch-main.c b/comms/obexapp/files/patch-main.c new file mode 100644 index 000000000000..25d04ae5b05a --- /dev/null +++ b/comms/obexapp/files/patch-main.c @@ -0,0 +1,11 @@ +--- main.c.orig Mon Mar 22 21:01:45 2004 ++++ main.c Mon Mar 22 21:02:10 2004 +@@ -137,7 +137,7 @@ + custfunc.listen = obexapp_transport_listen; + custfunc.write = obexapp_transport_write; + custfunc.handleinput = obexapp_transport_handle_input; +- custfunc.userdata = &context; ++ custfunc.customdata = &context; + + /* Process command line options */ + service = 0; |