File: factmngr.c-01.v6.23-test.diff

package info (click to toggle)
python-clips 1.0.7.348%2Bclips-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,376 kB
  • ctags: 2,544
  • sloc: ansic: 17,065; python: 5,668; sh: 20; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
--- ../clipssrc_orig/factmngr.c	Wed Feb  2 10:49:18 2005
+++ ../clipssrc/factmngr.c	Sun May 28 20:09:14 2006
@@ -1056,6 +1056,7 @@
         {
          if (slotPtr->multislot)
            {
+            theFact->theProposition.theFields[i].type = MULTIFIELD;
             StoreInMultifield(theEnv,&theResult,slotPtr->defaultList,TRUE);
             theFact->theProposition.theFields[i].value = DOToMultifield(theEnv,&theResult);
            }