mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 00:25:48 -04:00
Fixed wrong size of the transfered link from the command line in EventReceiver.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4161 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f110bad74c
commit
d058bf9511
2 changed files with 14 additions and 14 deletions
|
@ -54,7 +54,7 @@ private:
|
|||
bool winEvent (MSG* message, long* result);
|
||||
#endif // WINDOWS_SYS
|
||||
|
||||
QSharedMemory sharedMMemory;
|
||||
QSharedMemory sharedMemory;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue