--- embedaddon/mtr/portability/getopt.c 2019/10/21 14:25:31 1.1 +++ embedaddon/mtr/portability/getopt.c 2023/09/27 11:18:58 1.1.1.3 @@ -16,9 +16,9 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ @@ -550,7 +550,7 @@ _getopt_internal (argc, argv, optstring, longopts, lon fprintf (stderr, _("%s: option `%c%s' doesn't allow an argument\n"), argv[0], argv[optind - 1][0], pfound->name); - } + } nextchar += strlen (nextchar); return '?'; }