Browse Source

JACK1 r3522 backported.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3525 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.3
sletz 16 years ago
parent
commit
573a0f169a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/JackLinuxTime.c

+ 1
- 1
linux/JackLinuxTime.c View File

@@ -73,7 +73,7 @@ static int jack_hpet_init ()

hpet_ptr = (unsigned char *) mmap(NULL, HPET_MMAP_SIZE,
PROT_READ, MAP_SHARED, hpet_fd, 0);
if (hpet_ptr == NULL) {
if (hpet_ptr == MAP_FAILED) {
jack_error ("This system has no mappable HPET device (%s)", strerror (errno));
close (hpet_fd);
return -1;


Loading…
Cancel
Save