aboutsummaryrefslogtreecommitdiffstats
path: root/src/csn1_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/csn1_dec.c')
-rw-r--r--src/csn1_dec.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/csn1_dec.c b/src/csn1_dec.c
index fa1f0c39..f0d07ac7 100644
--- a/src/csn1_dec.c
+++ b/src/csn1_dec.c
@@ -22,10 +22,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <assert.h>
@@ -996,7 +992,7 @@ csnStreamDecoder(csnStream_t* ar, const CSN_DESCR* pDescr, struct bitvec *vector
}
}
LOGPC(DCSN1, LOGL_DEBUG, "%s = %u%s | ", pDescr->sz , (unsigned)fExist, fExist && isnull ? " (NULL)" : "");
- *pui8++ = fExist;
+ *pui8++ = !isnull;
remaining_bits_len -= 1;
bit_offset++;