Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-05-13 19:01:00 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-13 19:01:00 +0300
commit0787fa861a1cc513ac1a314ab1ab3fbab56be7cc (patch)
treef18857fd1c842d36eb19c0cccddcccec84eab011 /xs
parentf47839e824d8bb66ef6da0d1733187ed01c22948 (diff)
Updated handling of the SLIC3R_BUILD_ID key
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/XS.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp
index e6f252ca8..083d21d38 100644
--- a/xs/xsp/XS.xsp
+++ b/xs/xsp/XS.xsp
@@ -20,7 +20,7 @@ VERSION()
SV*
BUILD()
CODE:
- RETVAL = newSVpv(SLIC3R_BUILD, 0);
+ RETVAL = newSVpv(SLIC3R_BUILD_ID, 0);
OUTPUT: RETVAL
SV*