Browse Source

Init global var

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2462 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
163e7dd939
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackShmMem.cpp

+ 1
- 1
common/JackShmMem.cpp View File

@@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
namespace Jack
{

static unsigned int fSegmentNum;
static unsigned int fSegmentNum = 0;
static jack_shm_info_t gInfo;
size_t JackMem::gSize = 0;



Loading…
Cancel
Save