qcdm: fix decapsulation buffer size calculation

This commit is contained in:
Dan Williams
2010-03-20 03:38:54 -07:00
parent ff2182fe1d
commit 418ba174dc

View File

@@ -77,7 +77,7 @@ handle_response (MMSerialPort *port,
success = dm_decapsulate_buffer ((const char *) response->data,
response->len,
(char *) unescaped->data,
sizeof (1024),
1024,
&unescaped->len,
&used,
&more);