Changeset 8d9679


Ignore:
Timestamp:
01/18/12 11:46:06 (4 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
982c470387bebc481a60229d18578a7df6590910
Parents:
5807bceda82aea3cdd70692843fdbf6d5ccc5bb5
git-author:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:46:06+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:46:06+01:00
Message:

The size of the array must be a constant on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/tdtool/main.cpp

    r5807bc r8d9679  
    1515        TELLSTICK_BELL | 
    1616        TELLSTICK_DIM; 
     17 
     18const int DATA_LENGTH = 20; 
    1719 
    1820void print_usage( char *name ) { 
     
    124126        } 
    125127 
    126         int DATA_LENGTH = 20; 
    127128        char protocol[DATA_LENGTH], model[DATA_LENGTH]; 
    128129        int sensorId = 0, dataTypes = 0; 
Note: See TracChangeset for help on using the changeset viewer.