ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c
Revision: 23997
Committed: Tue Aug 28 13:00:35 2018 UTC (5 years, 8 months ago) by laffer1
Content type: text/plain
File size: 487 byte(s)
Log Message:
add xf86-input-wacom

File Contents

# Content
1 --- test/wacom-tests.c~
2 +++ test/wacom-tests.c
3 @@ -184,7 +184,7 @@ test_normalize_pressure(void)
4
5 priv.common = &common;
6 priv.pInfo = &pInfo;
7 - pInfo.name = strdupa("Wacom test device");
8 + pInfo.name = strdup("Wacom test device");
9 common.wcmPressureRecalibration = 1;
10
11 priv.minPressure = 0;
12 @@ -229,6 +229,7 @@ test_normalize_pressure(void)
13 /* we count up, so assume normalised pressure goes up too */
14 assert(prev_pressure == pressure);
15 }
16 + free(pInfo.name);
17 }
18
19 /**

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain