Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Need to apply a patch, show me how!  (Read 1099 times)

0 Members and 1 Guest are viewing this topic.

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Need to apply a patch, show me how!
« on: April 09, 2004, 08:55:02 pm »
I'm trying to apply this patch:

https://sourceforge.net/tracker/index.php?func=detail&aid=926817&group_id=27167&atid=389581

It's a simple enough file.  I'm attempting to patch it with this:

patch -p1 <cs.patch

Which, AFAIK, should work.  But it's not working.  Can anyone tell me what I should be using as a command?

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re:Need to apply a patch, show me how!
« Reply #1 on: April 09, 2004, 09:13:17 pm »
Oh, here are the original and patch files.  Admin.pl is the original (renamed to Admin.txt) and cs.patch (renamed to cs.patch.txt)

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re:Need to apply a patch, show me how!
« Reply #2 on: April 09, 2004, 09:13:49 pm »
And here

TheGatesofBill

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 581
  • Last login:August 22, 2018, 09:07:04 am
Re:Need to apply a patch, show me how!
« Reply #3 on: April 10, 2004, 02:10:23 pm »
There is a simple reason that patch won't apply, and that is because the changes have already made. I just went through the file and checked.

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re:Need to apply a patch, show me how!
« Reply #4 on: April 10, 2004, 04:46:17 pm »
Ah, I thought so.  But not being up on these type of things I wasn't sure.

Thing is, what the patch is supposed to do, it doesn't do it.  

The shopping cart script I'm using, if you go to edit an item, no matter which item you choose to edit, it always selects the first item in the list.  This patch, AFAIK, is supposed to fix it.  But since it's already been applied...