bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnupod] [bug #59977] "Can't use 'defined(@array)'" error in gnupod_


From: anonymous
Subject: [Bug-gnupod] [bug #59977] "Can't use 'defined(@array)'" error in gnupod_convert_FLAC line 135
Date: Sat, 30 Jan 2021 11:19:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?59977>

                 Summary: "Can't use 'defined(@array)'" error in
gnupod_convert_FLAC line 135
                 Project: GNUpod
            Submitted by: None
            Submitted on: Sat 30 Jan 2021 04:19:26 PM UTC
                Category: Adding songs
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Adding a FLAC encoded song throws an error:

##
gnupod_addsong -m /media/user/ipod --decode=mp3 '/mnt/music/favorite
track.flac' 
gnupod_addsong Version 0.99.8 (C) Adrian Ulrich
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at
/usr/bin/gnupod_convert_FLAC line 135.
* [****] Skipping '/mnt/music/favorite track.flac', unknown file type
##

Manually changing line 135 in gnupod_convert_FLAC from
        return (defined(@alac_support));
to
        return (@alac_support);
patches it for me. Not sure if that's the way to go though.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59977>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]