diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-02 20:55:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-02 20:55:57 +0100 |
commit | eec0c8194db183ce24b8307226b53c00bde97a4a (patch) | |
tree | 361de5b8fc2e10e66a2e45792b2e3d358da751fa /src/blackbody.h | |
parent | known issues (diff) | |
download | radharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.gz radharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.bz2 radharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.xz |
parse command line
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/blackbody.h')
-rw-r--r-- | src/blackbody.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blackbody.h b/src/blackbody.h index b83f641..4351505 100644 --- a/src/blackbody.h +++ b/src/blackbody.h @@ -35,5 +35,5 @@ * @throws 0 The file did not have the expected size. * @throws EDOM The selected temperature is below 1000 K. */ -int get_colour(int fd, int temp, double *r, double *g, double *b); +int get_colour(int fd, long int temp, double *r, double *g, double *b); |