diff options
author | Mike Buland <eichlan@xagasoft.com> | 2015-05-07 15:23:03 -0600 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2015-05-07 15:23:03 -0600 |
commit | 0655735c84f412b7ad3e65381dc24694a9ac8071 (patch) | |
tree | 42baeb025d0e2842fe0aad9b7e75da81db5e24ed /src/interfacegats.cpp | |
parent | 75b3ad661c2d6ed382620a25613846c2b2b10f46 (diff) | |
download | stage-main.tar.gz stage-main.tar.bz2 stage-main.tar.xz stage-main.zip |
The variable was being reset, then used by reference as the next
destination. Confusing to debug.
Diffstat (limited to 'src/interfacegats.cpp')
-rw-r--r-- | src/interfacegats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfacegats.cpp b/src/interfacegats.cpp index 2e33aee..d2afce3 100644 --- a/src/interfacegats.cpp +++ b/src/interfacegats.cpp | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <bu/plugger.h> | 11 | #include <bu/plugger.h> |
12 | #include <bu/sio.h> | 12 | #include <bu/sio.h> |
13 | #include <bu/file.h> | 13 | #include <bu/file.h> |
14 | #include <bu/streamstack.h> | ||
14 | #include <gats/gatsstream.h> | 15 | #include <gats/gatsstream.h> |
15 | #include <gats/types.h> | 16 | #include <gats/types.h> |
16 | #include <stdlib.h> | 17 | #include <stdlib.h> |