Back to the main page.
Bug 3129 - appendstruct doesn't run
Status | CLOSED FIXED |
Reported | 2016-05-19 16:00:00 +0200 |
Modified | 2019-08-10 12:33:04 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 trivial |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Alexander Maye - 2016-05-19 16:00:00 +0200
appendstruct.m (in utilities/) doesn't run with two arguments. The reason is trivial: The programmer simply stopped typing in the middle of line 38 ("elseif isstruc").
Robert Oostenveld - 2016-05-19 17:46:28 +0200
thanks for reporting, silly error. I fixed it. mac011> git commit utilities/appendstruct.m [master ee66b28] FIX - code was truncated, see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3129 1 file changed, 1 insertion(+), 1 deletion(-) mac011> git push upstream master X11 forwarding request failed on channel 0 You're about to push master, is that what you intended? [y|n] y Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 711 bytes | 0 bytes/s, done. Total 6 (delta 4), reused 0 (delta 0) To git@github.com:fieldtrip/fieldtrip.git b442c0e..05ac687 master -> master