diff options
| author | Connor McDowell <[email protected]> | 2024-02-21 16:29:54 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-21 16:29:54 -0800 |
| commit | 50429026c44a8c852b4780f85555df5d23a30552 (patch) | |
| tree | 547fffca196d4664e05188552466e6d3f2a177a9 | |
| parent | pushing (diff) | |
| download | homework-6-connormcdowell275-50429026c44a8c852b4780f85555df5d23a30552.tar.xz homework-6-connormcdowell275-50429026c44a8c852b4780f85555df5d23a30552.zip | |
gunna call it and talk with prof during office hours
| -rw-r--r-- | Project1/contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/contacts.cpp b/Project1/contacts.cpp index a35c74f..4c9814b 100644 --- a/Project1/contacts.cpp +++ b/Project1/contacts.cpp @@ -122,7 +122,7 @@ contact contact_double(contact*& newContact, size_t& MAX, size_t t) doubleContact[a].a = newContact[a].a; doubleContact[a].id = newContact[a].id; doubleContact[a].count = newContact[a].count; - doubleContact[a].Name[25] = newContact[a].Name[25]; + doubleContact[a].Name[30] = newContact[a].Name[30]; doubleContact[a].Email[100] = newContact[a].Email[100]; doubleContact[a].StreetAddress[35] = newContact[a].StreetAddress[35]; doubleContact[a].City[30] = newContact[a].City[30]; |