Changeset 42080 for trunk/Ohana/src/opihi/lib.shell/VectorOps.c
- Timestamp:
- Feb 28, 2022, 12:14:19 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/VectorOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/VectorOps.c
r41959 r42080 103 103 if (mode == OLDVECTOR) goto error; 104 104 // validate vector name syntax 105 // vector with ":" will be failed so I comment it out CCL 106 // if (!IsVectorNameValid(name)) { gprint (GP_ERR, "invalid vector name %s\n", name); return NULL; } 105 if (!IsVectorNameValid(name)) { gprint (GP_ERR, "invalid vector name %s\n", name); return NULL; } 107 106 pthread_mutex_lock (&mutex); 108 107 Nvectors ++;
Note:
See TracChangeset
for help on using the changeset viewer.
