diff options
| author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 | 
|---|---|---|
| committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 | 
| commit | d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b (patch) | |
| tree | 988a756c0699ec710b1d9094ff69fb8bf2d3a09c /libpiano/src/crypt.c | |
| parent | 14691417b05401957a72ec0ed35b9eed3ddd8e87 (diff) | |
| download | pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.gz pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.bz2 pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.zip | |
piano: Documentation...
Diffstat (limited to 'libpiano/src/crypt.c')
| -rw-r--r-- | libpiano/src/crypt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libpiano/src/crypt.c b/libpiano/src/crypt.c index 475a1ce..8b2cc0e 100644 --- a/libpiano/src/crypt.c +++ b/libpiano/src/crypt.c @@ -104,7 +104,7 @@ char *PianoIntsToString (const unsigned int *arrInts, size_t arrIntsN) {  	for (i = 0; i < arrIntsN; i++) {  		/* map string to 4-byte int */  		tmp = (unsigned int *) &strDecoded[i*4]; -		/* FIXME: big endian does not need to byteswap */ +		/* FIXME: big endian does not need to byteswap? */  		*tmp = byteswap32 (arrInts[i]);  	}  	return strDecoded; | 
