projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860e013
)
Typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 15 Feb 2007 08:32:51 +0000
(08:32 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 15 Feb 2007 08:32:51 +0000
(08:32 +0000)
lib/silcsftp/sftp_fs_memory.c
patch
|
blob
|
history
diff --git
a/lib/silcsftp/sftp_fs_memory.c
b/lib/silcsftp/sftp_fs_memory.c
index 87e3a863cfef931e29710b6280cd52761ddfa6d0..7e7c24f43716438b9fa0b1c097b5d46408af9fef 100644
(file)
--- a/
lib/silcsftp/sftp_fs_memory.c
+++ b/
lib/silcsftp/sftp_fs_memory.c
@@
-619,7
+619,7
@@
void mem_read(void *context, SilcSFTP sftp,
void *callback_context)
{
MemFSFileHandle h = (MemFSFileHandle)handle;
- unsigned char
*
data[32768];
+ unsigned char data[32768];
int ret;
if (len > 32768)